-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discover] Data Grid Pagination Options #5610
[Discover] Data Grid Pagination Options #5610
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5610 +/- ##
==========================================
+ Coverage 66.98% 67.03% +0.04%
==========================================
Files 3294 3295 +1
Lines 63318 63329 +11
Branches 10083 10084 +1
==========================================
+ Hits 42416 42451 +35
+ Misses 18448 18429 -19
+ Partials 2454 2449 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
faf0f17
to
9848607
Compare
9848607
to
0efa3c2
Compare
CHANGELOG.md
Outdated
@@ -945,4 +946,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
|
|||
### 🔩 Tests | |||
|
|||
- Update caniuse to fix failed integration tests ([#2322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2322)) | |||
- Update caniuse to fix failed integration tests ([#2322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2322)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know what changed here!
0efa3c2
to
0a24372
Compare
…lue. Signed-off-by: Kishor Rathva <[email protected]>
Signed-off-by: Kishor Rathva <[email protected]>
Signed-off-by: Kishor Rathva <[email protected]>
0a24372
to
aed8b0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! thank you
Signed-off-by: Kishor Rathva <[email protected]>
d208248
to
ed33807
Compare
Working on functional testing; those are failing due to UI setting value for sampleSize. |
Signed-off-by: kishor82 <[email protected]>
@kishor82 thank you. Feel free to reach out if you need any help for functional tst. |
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> (cherry picked from commit e83b7ee) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> (cherry picked from commit e83b7ee) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> (cherry picked from commit e83b7ee) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> (cherry picked from commit e83b7ee) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> (cherry picked from commit e83b7ee) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added helper function to generate page options based on UI setting value. Signed-off-by: Kishor Rathva <[email protected]> * Added dynamic pagination based on config value for data grid table Signed-off-by: Kishor Rathva <[email protected]> * Update changelog Signed-off-by: Kishor Rathva <[email protected]> * Removed service object from the props. Signed-off-by: kishor82 <[email protected]> * Added suggested changes and updated tests. Signed-off-by: kishor82 <[email protected]> * fix functional test issue due to ui setting Signed-off-by: kishor82 <[email protected]> --------- Signed-off-by: Kishor Rathva <[email protected]> Signed-off-by: kishor82 <[email protected]> Signed-off-by: yujin-emma <[email protected]>
Description
Implemented pagination options based on the Discover UI setting configuration value. #5601 , #5569
Screenshot
closes #5601
closes #5569
Check List
yarn test:jest
yarn test:jest_integration